 |
 |
 |
 |
#149003 - 12/30/01 11:16 PM
Re: [6.1x] Bevel Cells 1.1
|
Coder
Registered: 06/10/01
Posts: 705
Loc: CT
|
Nice but it breaks the stock style option of:
Outside borders visible only.
It frames everything. I prefer just the outside as the stock option displays.
<font color="#000000" size="1">[ 12-30-2001 11:22 PM: Message edited by: 1QuickSI ]</font>
_________________________
...Steven Hostboard.com Running UBB v6.1.0.4 Doing what NO other UBB in the world is doing. The first & only production UBB powered by MySQL.
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#149042 - 01/03/02 12:33 PM
Re: [6.1x] Bevel Cells 1.1
|
Junior Member
Registered: 12/29/01
Posts: 14
|
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by Bookie: Go into ubb_forum_summary.cgi, and do the following:
Find: my ($Online_Wording, $Online_Details, @nullit) = &GetOnlineUsers($username);
my $replace = qq~ <table border="0" cellpadding="0" cellspacing="1" width="$vars_style{TableWidth}"> <tr bgcolor="$vars_style{TableBorderColor}"><td> <table border="0" bgcolor="$vars_style{TableBorderColor}" width="100%" cellpadding="4" cellspacing="1">
Replace With: my ($Online_Wording, $Online_Details, @nullit) = &GetOnlineUsers($username);
my $replace = qq~ <table border="0" cellpadding="0" cellspacing="1" width="$vars_style{TableWidth}"> <tr bgcolor="$vars_style{TableBorderColor}"><td> <table border="0" bgcolor="$vars_style{TableBorderColor}" width="100%" cellpadding="4" cellspacing="1" bordercolordark="$vars_style{LightBevel}" bordercolorlight="$vars_style{DarkBevel}">
Do the same in ubb_forum.cgi. <img src="smile.gif" border="0" alt="" />
<font color="#000000" size="1">[ 01-02-2002 06:10 PM: Message edited by: Bookie ]</font></font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">
Hello!
Thanks for the help. But I have to say it didn't work, sorry. Well, nothing happend. :
It is the Whos Online 4.1 Final latest version
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#149071 - 03/09/02 10:03 AM
Re: [6.1x] Bevel Cells 1.1
|
Member
Registered: 05/26/01
Posts: 178
Loc: Quebec, Canada
|
Hello Bookie sorry to bother you again he bevel cell work very well on my site except at one place. In each threads. I made a modification the sepaerate each post and now I can't figure out how to but bevel cell on each square. If you want to see it go there http://www.sympc.com/cgi-bin/board/ultimatebb.cgi?ubb=get_topic&f=1&t=000004 And use this loggin and password Username: WTF password: helloyou69 Thanks for your time  and sorry to ask so many question.
_________________________
My MSN : whiteblade6@hotmail.com
I currently have [img]http://lkubb.web-performance.net/cgi-bin/ud.pl?u=WhiteBlade;s=1[/img] and I returned [img]http://lkubb.web-performance.net/cgi-bin/ud.pl?s=2;u=WhiteBlade[/img] results !
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#149072 - 03/09/02 10:11 AM
Re: [6.1x] Bevel Cells 1.1
|
Member
Registered: 05/26/01
Posts: 178
Loc: Quebec, Canada
|
Well it seam that I ask to fast I found how  . I'm proud of my self there lol. Maybe you should add this to your txt file Here is what I did. ######################### Open public_topic_page.pl ##### Find: </font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif"><table width="100%" cellpadding=3 cellspacing=0></font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">############ REPLACE WITH: </font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif"><table border="$vars_style{BevelSize}" width="100%" cellpadding="$table_borders[2]" cellspacing="$table_borders[3]" bordercolordark="$vars_style{LightBevel}" bordercolorlight="$vars_style{DarkBevel}"> </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Enjoy Sorry to have ask it before I even try 
_________________________
My MSN : whiteblade6@hotmail.com
I currently have [img]http://lkubb.web-performance.net/cgi-bin/ud.pl?u=WhiteBlade;s=1[/img] and I returned [img]http://lkubb.web-performance.net/cgi-bin/ud.pl?s=2;u=WhiteBlade[/img] results !
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|